home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / System / Swatch / Development / swatch 1.2 / swatch INIT / drvr.patches.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-10-15  |  326 b   |  25 lines  |  [TEXT/KAHL]

  1. /**
  2.  
  3.     drvr.patches.h
  4.     Copyright (c) 1990, Adobe Systems, Inc.
  5.  
  6.  **/
  7.  
  8.  
  9. #ifndef _H_DRVR_PATCHES
  10. #define _H_DRVR_PATCHES
  11.  
  12. #include <types.h>
  13.  
  14.  
  15. /*******************************************************************************
  16.  **
  17.  **    Public Functions
  18.  **
  19.  **/
  20.  
  21. OSErr Install_patches( void );
  22.  
  23.  
  24. #endif  /* ifndef _H_DRVR_PATCHES */
  25.